projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fcb21
)
* lisp/net/nsm.el (nsm-query-user): Use cursor-in-echo-area.
author
Johan Bockgård
<bojohan@gnu.org>
Sun, 12 Apr 2015 13:37:50 +0000
(15:37 +0200)
committer
Johan Bockgård
<bojohan@gnu.org>
Sun, 12 Apr 2015 13:37:50 +0000
(15:37 +0200)
lisp/net/nsm.el
patch
|
blob
|
history
diff --git
a/lisp/net/nsm.el
b/lisp/net/nsm.el
index 2312e22d96ad59d65d6e5a0117514cf7c5ff720e..28253e5bdf5eaea0bfafa79026a259e6b074b46d 100644
(file)
--- a/
lisp/net/nsm.el
+++ b/
lisp/net/nsm.el
@@
-308,6
+308,7
@@
unencrypted."
(?s . session)
(?a . always)))
(prefix "")
+ (cursor-in-echo-area t)
response)
(while (not response)
(setq response
@@
-315,7
+316,7
@@
unencrypted."
(assq (downcase
(read-char
(concat prefix
- "Continue connecting? (No, Session only, Always)")))
+ "Continue connecting? (No, Session only, Always)
")))
responses)))
(unless response
(ding)